home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
tcprogud.sit
/
picture ƒ
/
ring.h
< prev
next >
Wrap
Text File
|
1990-11-09
|
434b
|
22 lines
/*
* FILE: ring.h
* AUTHOR: R. Gonzalez
* CREATED: October 8, 1990
*
* Defines ring of cubes for picture application.
*/
# ifndef ring_h
# define ring_h
# include "segment.h"
/******************************************************************
* ring. Nested segment consisting of several cubes.
******************************************************************/
struct Ring:Nested_Segment
{
boolean init(void);
};
# endif